Skip to content

Conversation

@hiranya911
Copy link
Contributor

No description provided.

#12)

* Using the ClientOptions provided at App initialization to create the HTTPClient in auth package.

* Fixed context import

* Updated test case

* Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup.
@hiranya911 hiranya911 assigned hiranya911 and unassigned bklimt Sep 7, 2017
@hiranya911 hiranya911 merged commit 603f0f8 into master Sep 7, 2017
hiranya911 pushed a commit that referenced this pull request Sep 11, 2017
…Certificates (#18)

* Release 1.0.1 (#16)

* Using the ClientOptions provided at App initialization to create the … (#12)

* Using the ClientOptions provided at App initialization to create the HTTPClient in auth package.

* Fixed context import

* Updated test case

* Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup.

* Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13)

* Bumped version to 1.0.1 (#15)

* adding native app engine support via build tags

* missing files

* adding ability to use standard signer locally with GAE

* allowing for std signer on GAE production env, fixing opts check

* fixing env var name

* removing test log

* giving the key source the same treatment as the signer

* missing files

* removing unneeded build tag

* code review feedback

* missing file

* adjusting constructor per review feedback

* file rename per feedback

* reverting more changes

* review feedback, fixing test
hiranya911 added a commit that referenced this pull request Sep 12, 2017
* Release 1.0.1 (#16)

* Using the ClientOptions provided at App initialization to create the … (#12)

* Using the ClientOptions provided at App initialization to create the HTTPClient in auth package.

* Fixed context import

* Updated test case

* Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup.

* Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13)

* Bumped version to 1.0.1 (#15)

* Removed unused package variable; Updated godocs
hiranya911 added a commit that referenced this pull request Sep 12, 2017
* Release 1.0.1 (#16)

* Using the ClientOptions provided at App initialization to create the … (#12)

* Using the ClientOptions provided at App initialization to create the HTTPClient in auth package.

* Fixed context import

* Updated test case

* Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup.

* Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13)

* Bumped version to 1.0.1 (#15)

* Moved integration/auth_test.go to its own package. Moved fileKeySource to auth_test.go

* Testing for iss and sub headers of custom tokens
hiranya911 added a commit that referenced this pull request Sep 13, 2017
* Release 1.0.1 (#16)

* Using the ClientOptions provided at App initialization to create the … (#12)

* Using the ClientOptions provided at App initialization to create the HTTPClient in auth package.

* Fixed context import

* Updated test case

* Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup.

* Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13)

* Bumped version to 1.0.1 (#15)

* Bumped version to 1.0.2wq
hiranya911 added a commit that referenced this pull request Sep 13, 2017
* Enabling the use of App Engine's SignBytes, ServiceAccount and PublicCertificates (#18)

* Release 1.0.1 (#16)

* Using the ClientOptions provided at App initialization to create the … (#12)

* Using the ClientOptions provided at App initialization to create the HTTPClient in auth package.

* Fixed context import

* Updated test case

* Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup.

* Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13)

* Bumped version to 1.0.1 (#15)

* adding native app engine support via build tags

* missing files

* adding ability to use standard signer locally with GAE

* allowing for std signer on GAE production env, fixing opts check

* fixing env var name

* removing test log

* giving the key source the same treatment as the signer

* missing files

* removing unneeded build tag

* code review feedback

* missing file

* adjusting constructor per review feedback

* file rename per feedback

* reverting more changes

* review feedback, fixing test

* Documentation update (#19)

* Release 1.0.1 (#16)

* Using the ClientOptions provided at App initialization to create the … (#12)

* Using the ClientOptions provided at App initialization to create the HTTPClient in auth package.

* Fixed context import

* Updated test case

* Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup.

* Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13)

* Bumped version to 1.0.1 (#15)

* Removed unused package variable; Updated godocs

* Minor refactoring of test code (#20)

* Release 1.0.1 (#16)

* Using the ClientOptions provided at App initialization to create the … (#12)

* Using the ClientOptions provided at App initialization to create the HTTPClient in auth package.

* Fixed context import

* Updated test case

* Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup.

* Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13)

* Bumped version to 1.0.1 (#15)

* Moved integration/auth_test.go to its own package. Moved fileKeySource to auth_test.go

* Testing for iss and sub headers of custom tokens

* Bumped version to 1.0.2 (#21)

* Release 1.0.1 (#16)

* Using the ClientOptions provided at App initialization to create the … (#12)

* Using the ClientOptions provided at App initialization to create the HTTPClient in auth package.

* Fixed context import

* Updated test case

* Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup.

* Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13)

* Bumped version to 1.0.1 (#15)

* Bumped version to 1.0.2wq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants